add debhelper instructions to readme
authorMichael Ziegler <michael.ziegler@proemion.com>
Thu, 4 Oct 2018 07:08:55 +0000 (09:08 +0200)
committerMichael Ziegler <michael.ziegler@proemion.com>
Thu, 4 Oct 2018 07:08:55 +0000 (09:08 +0200)
README.md

index 611aaaa7b92f612ee2e15b951afd813bff9c2458..7dac9b299e4a40356d7680e38b738e639e313d0b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,7 +48,16 @@ Compile (replace Release with Debug for a debug build):
 cd ./Release
 make clean
 make
-```    
+```
+
+Build Debian packages:
+
+```
+apt-get install devscripts lintian
+git archive -o ../siridb-server_2.0.29.orig.tar.gz master
+debuild -us -uc
+```
+
 #### OSX
 Install the following requirements:
 ```